Back to search
30
MCP

Code Context Engine

pulsemcp/code context engine

Indexes codebases for AI semantic search, reducing token usage by up to 94% versus file re-reading.

Uptime
0.0%
2 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

Code Context Engine
Index your codebase. AI searches instead of re-reading files. 94% token savings.
0 tools
Codeix
Fast semantic code search for AI agents — find symbols, references, and callers across any codebase
0 tools
codebase-context
Bounded conventions map and local-pattern discovery for AI coding agents. Local-first MCP server with AST-backed hybrid search.
0 tools
Code Context
Compresses codebases into LLM-ready context using AST analysis with surgical read/write tools for TypeScript, Python, PHP, and Dart.
0 tools
Code Index
SQLite-backed hybrid search combining vector embeddings and full-text search for code repositories.
0 tools
io.github.semihkayan/codeweave
Save tokens — your AI agent gets precise code context, not file dumps.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "code_context_engine": {
      "url": "None",
      "transport": "http"
    }
  }
}